home *** CD-ROM | disk | FTP | other *** search
- object DirectorySettingsForm: TDirectorySettingsForm
- Left = 344
- Top = 236
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Directory Settings'
- ClientHeight = 156
- ClientWidth = 522
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object GroupBox1: TGroupBox
- Left = 10
- Top = 5
- Width = 503
- Height = 100
- TabOrder = 0
- object Label1: TLabel
- Left = 10
- Top = 25
- Width = 105
- Height = 16
- Caption = '&Upload directory'
- FocusControl = UploadDirEdit
- end
- object Label2: TLabel
- Left = 10
- Top = 69
- Width = 124
- Height = 16
- Caption = '&Download directory'
- FocusControl = DownloadDirEdit
- end
- object UploadDirEdit: TEdit
- Left = 158
- Top = 20
- Width = 336
- Height = 24
- MaxLength = 66
- TabOrder = 0
- end
- object DownloadDirEdit: TEdit
- Left = 158
- Top = 69
- Width = 336
- Height = 24
- MaxLength = 66
- TabOrder = 1
- end
- end
- object OkBtn: TBitBtn
- Left = 70
- Top = 118
- Width = 85
- Height = 27
- TabOrder = 1
- OnClick = OkBtnClick
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 218
- Top = 118
- Width = 85
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- end
- object HelpBtn: TBitBtn
- Left = 366
- Top = 118
- Width = 85
- Height = 27
- Enabled = False
- TabOrder = 3
- Kind = bkHelp
- end
- end
-